var testing.mutexProfile
6 uses
testing (current package)
testing.go#L466: mutexProfile = flag.String("test.mutexprofile", "", "write a mutex contention profile to the named file after execution")
testing.go#L498: mutexProfile *string
testing.go#L2328: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
testing.go#L2420: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
testing.go#L2421: f, err := os.Create(toOutputDir(*mutexProfile))
testing.go#L2427: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *mutexProfile, err)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)